<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: Verdana, Arial, sans-serif; 
}

.imglink {
  min-width: 1%
  max-width: 2%;
  height: auto;
  border: 0;
  float: right;
  padding: 0px 5px 10px 5px;
}

.header {
  color:#194d30;
  font-size: 2em;
  font-weight:bold;
  font-style: italic;
  text-align: center;
  padding: 5px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: SeaGreen;
  min-width: 100px;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li a {
  color: #ffffff;
  text-decoration: none;
}

.menu li a:hover {
  color: Lime;
  text-decoration: underline;
}

.aside {
  background-color: SeaGreen;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
  background-color: SeaGreen;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

.dropbtn {
  color: white;
  padding: 0px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: SeaGreen;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 12px;
  text-decoration: none;
  display: block;
  min-width:200px;
}

.dropdown-content a:hover {background-color: SeaGreen;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.3333%;}
  .col-s-2 {width: 16.666%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.333%;}
  .col-s-5 {width: 41.666%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.333%;}
  .col-s-8 {width: 66.666%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.333%;}
  .col-s-11 {width: 91.666%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.3333%;}
  .col-2 {width: 16.666%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.333%;}
  .col-5 {width: 41.666%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.333%;}
  .col-8 {width: 66.666%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.333%;}
  .col-11 {width: 91.666%;}
  .col-12 {width: 100%;}
}

body, tr, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 16px;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
}

.content {
	color:#000000;
	text-align:left;
	font-size:small;
	margin-bottom: 3pt;
	margin-top: 3pt;
}

table {
	width: 99%;
	}

table.form {
	border-style: none;
}

.form td {
	border-style: none;
	padding-top: 5px;
	padding-bottom: 10px;	
}

td {
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: LightGray;
	/*	background-color: #66CC99;*/
}

.noborder td {
  border-style: inherit;
}

tr.heading {
	font-size: 12pt;
	color:#FFFFFF;
	background-color:#006699;
	text-align:center;
	text-decoration:underline;
	}

tr.list {
	font-size: 12pt;
	text-align:left;
	}

.large {
	font-size: 2em;
	color:#009966;
}

a:link {
	margin: 2px;
	color:#228B22;
	text-decoration: none;
}

a:visited {
	color:#228B22;
	text-decoration: none;
}

a:hover {
	color:#00FF00;
	text-decoration: none;
}</pre></body></html>